file sharing  problem in the IPv6 environment
body {margin:0 0 0 0;padding:0 0 0 0;} td,div {font-family:;font-size:9pt;vertical-align:top;} body {margin:0 0 0 0;padding:0 0 0 0;} .transcript {background-color:#d2d2d2;} .messageBlock {margin-left:4px;margin-bottom:3px;} .message {margin-left:100px;word-wrap:break-word;white-space:-moz-pre-wrap;} .messageCont {margin-left:100px;word-wrap:break-word;white-space:-moz-pre-wrap;} .other {color:#39577a;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .myself {color:#da8103;font-style:normal;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont {font-size:8px;text-align:right;color:#39577a;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .myselfCont {font-size:8px;text-align:right;color:#da8103;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .system {margin-left:4px;word-wrap:break-word;color:#da8103;font-style:normal;font-weight:normal;white-space:-moz-pre-wrap;} .showTimestamp {margin-right:3px;float:right;color:#999999;font-style:normal;font-weight:normal;} .other1 {color:#ac2000;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont1 {font-size:8px;text-align:right;color:#ac2000;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .other2 {color:#3c9fa8;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont2 {font-size:8px;text-align:right;color:#3c9fa8;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .other3 {color:#e25614;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont3 {font-size:8px;text-align:right;color:#e25614;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .other4 {color:#0b6ac8;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont4 {font-size:8px;text-align:right;color:#0b6ac8;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .other5 {color:#b23290;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont5 {font-size:8px;text-align:right;color:#b23290;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .other6 {color:#02e7c7;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont6 {font-size:8px;text-align:right;color:#02e7c7;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .other7 {color:#5b3284;vertical-align:top;font-weight:bold;font-style:normal;float:left;width:95px;} .otherCont7 {font-size:8px;text-align:right;color:#5b3284;font-family:Arial,Lucida Grande;font-style:normal;vertical-align:top;font-weight:bold;float:left;width:95px;} .tsDisplay {display:block;} I configed IPv6 in my windows server 2008.The IPv6 address of the server is 2001:251:e101::128.Opened the C:\WINDOWS\system32\drivers\etc\hosts, and add "2001:251:e101::128 MySrv" in the last line. and saved the file.In the run command, type in "\\mySrv" and press enter, or(\\2001-251-e101-0-0-0-0-128..ipv6-literal.net\share) , a dialog window poped up. The dialog window asked to input username and password, but it always said incorrect password. But if I switched IPv6 to IPv4, I can sucessfully access using the same username and password.By the way, I was using the same machine as the client to access the server.
April 8th, 2008 1:07pm

I am facing the same problem with Vista machine
Free Windows Admin Tool Kit Click here and download it now
April 16th, 2008 8:25am

According to http://technet2.microsoft.com/windowsserver/en/library/1e7541f2-1134-45b5-871a-bbb3ac7a94151033.mspx?mfr=true, Windows 2003 IPv6 supports File Sharing. But I can not access the sharing folder of another machine through IPv6 address or host name either. I don't know why? It's said on the microsoft web site that win2k3 do not support IPv6 literal address. So I also tried the original IPv6 too. However it still can't work either.
April 30th, 2008 11:15am

1. Enable DisableLoopbackCheck to allow such access even from localhosta. Click Start, click Run, type regedit , and then click OK. b. In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa c. Right-click Lsa, point to New, and then click DWORD Value. d. Type DisableLoopbackCheck , and then press ENTER. e. Right-click DisableLoopbackCheck, and then click Modify. f. In the Value data box, type 1 , and then click OK. 2. Reboot the server.
Free Windows Admin Tool Kit Click here and download it now
May 4th, 2008 5:48am

While this works, it seems that IPv6 support for UNC names is not functioning as intended against the local machine when using IPv6 literal addresses (possible bug?) The KB which discusses this specifically states: "Additionally, you can access the server on the local computer by using the following paths: \\IPaddress-of-local-computer \\Netbiosnameor \\ComputerName" While this works for the following address types, for example in Windows Explorer on Windows-7 & Server 2008 R2: IPv4 loop-back address (e.g., \\127.0.0.1\c$) IPv6 loop-back address (e.g., \\--1.ipv6-literal.net\c$) IPv4 network address (e.g., the machine's DHCP address) it is completely broken when "IPaddress-of-local-computer" is an IPv6 literal address; e.g., <localhost-full-ipv6-address>.ipv6-literal.net. This is a bit inconvenient for our current project, where I am trying to write Unit Tests on code to which we are adding IPv6 support. All developers will need to apply the DisableLoopbackCheck in order to run the unit tests, and we will need to apply the same change to all of our build machines. Is there an alternative which allows access to the local machine's file system via IPv6 literal addresses, but does not resort to modifying the registry & rebooting? -- James
June 5th, 2010 11:45pm

Hi James, what error do you get when you do \\localipv6? What is the version of OS you have?Regards, Amit Saxena
Free Windows Admin Tool Kit Click here and download it now
June 13th, 2010 7:31pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics